home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / stbar20.zip / PROBLEM.DOC < prev    next >
Text File  |  1996-04-12  |  3KB  |  84 lines

  1.                         Answers to Common Problems
  2. -----------------------------------------------------------------------------
  3.  
  4. Q: When I compile using "MEX STARBAR", I get litterally _HUNDREDS_ of errors!
  5.  
  6. A: You either don't have "SET MEX_INCLUDE" defined in your AUTOEXEC.BAT file
  7.    or you've put the STARBAR.MH file somewhere MEX can't see it. Make sure
  8.    STARBAR.MH is in your ..\m directory, and that MEX_INCLUDE is defined
  9.    (see MAX.DOC or STARBAR.DOC on this) in AUTOEXEC.BAT.
  10.  
  11.  
  12. Q: MEX tells me that str_* variables aren't defined?
  13.  
  14. A: You either didn't include STARBAR.LH in your <language>.mad file, or you
  15.    forgot to MAID it afterwards.
  16.  
  17.  
  18. Q: StarBar only displays 2 lines of the description?
  19.  
  20. A: That's not a problem...it's a feature...try the V)iew Long Description
  21.    command!
  22.  
  23.  
  24. Q: Files are showing up as <Offline> using StarBar, but are there when using
  25.    the internal File_titles command.
  26.  
  27. A: StarBar works off your FILES.DAT/DMP files, not FILES.BBS. You _MUST_
  28.    run FB or FBP anytime you make changes to your file areas.
  29.  
  30.  
  31. Q: I keep getting "Invalid Heap Free" errors in my Max.log when using StarBar
  32.  
  33. A: Try recompiling using the -h switch. EG: MEX -h16000 STARBAR
  34.    You can keep increasing this -h value until the problem goes away. However
  35.    StarBar compiles and works fine here without this switch, so the problem
  36.    may be deeper than I suspect. Please report this if it happens.
  37.  
  38.  
  39. Q: StarBar keeps using the internal FILE_TITLES to display the files.
  40.  
  41. A: Check your MAX.LOG. Either the user didn't meet the requirements to use
  42.    StarBar, or the *.DAT/DMP files couldn't be found. Check to make sure
  43.    you've run FB and that you have a FileList defined for each area in
  44.    FILEAREA.CTL
  45.  
  46.  
  47. Q: I keep getting "Patch Bound Exception" errors?
  48.  
  49. A: You are likely running DOS. At the time of release, StarBar compiled to
  50.    just 1,000 bytes below the DOS limit for a MEX program. You can do the
  51.    following:
  52.      1) In StarBar.MH comment out the #define DO_LOG statement.
  53.      2) If that doesn't provide enough room, comment out the
  54.         #define DO_LOCAL_DL statement.
  55.    With one or both of these commented out, there should be enough room
  56.    to run StarBar without affecting anything your users see.
  57.  
  58.  
  59. Q: The V)iew Long Description function always reports "No Descriptor File
  60.    Found" and "Archive Contains No TXT or DOC files"?
  61.  
  62. A: Something is wrong with the external archive unpackers. Watch this
  63.    operation carefully and look for DOS error messages, such as "File
  64.    Not Found" or "Directory Doesn't Exist", etc.
  65.  
  66.  
  67. Q: When trying to use GUS or ACLE, I get "File Not Found" errors.
  68.  
  69. A: GUS and ACLE _MUST_ be in your main BBS directory, not the StarBar dir.
  70.  
  71.  
  72. Q: I tried to change the #define KEY_DOWN to "" instead of "2", and I get
  73.    garbage for that command when I run Starbar. Why?
  74.  
  75. A: Damn good question....don't have a good answer. I wrestled with this one
  76.    for hours one night. I came to the conclusion that the "" is some kind
  77.    of internal control char, used by Max. Mecca doesn't like it either. So
  78.    I opted to leave the number values in the command line, even though
  79.    the arrows work.
  80.  
  81.  
  82. See Register.Doc for information on contacting me, if you have problems not
  83. solved here.
  84.